home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / SHARED.DIR / 01970_Script_Cross Aztec < prev    next >
Text File  |  1995-09-13  |  509b  |  32 lines

  1. global gNewMarker
  2.  
  3. on ECrossAztec
  4.   WatchCursor
  5.   TurnOffPuppets
  6.   PUPPETSOUND "STIME.AIF"
  7.   updatestage
  8.   InitsoundsA
  9.   if gNewMarker = "Town" then
  10.     put "Market" into gNewMarker
  11.   end if
  12.   go to frame gNewMarker of movie "AztecW"
  13.   abort
  14. end
  15.  
  16.  
  17. on VCrossAztec
  18.   WatchCursor
  19.   TurnOffPuppets
  20.   PUPPETSOUND "STIME.AIF"
  21.   updatestage
  22.   InitsoundsA
  23.   if gNewMarker = "Town" then
  24.     put "Market" into gNewMarker
  25.   end if
  26.   go to frame gNewMarker of movie "AztecW"
  27.   abort
  28. end
  29.  
  30.  
  31.  
  32.